home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / recode.lha / recode-3.2.4 / aclocal.m4 next >
M4 Source File  |  1992-08-23  |  291b  |  10 lines

  1. dnl Local additions to Autoconf macros.
  2. dnl Copyright (C) 1992 Free Software Foundation, Inc.
  3. dnl Francois Pinard <pinard@iro.umontreal.ca>, 1992.
  4. dnl
  5. define(FP_STDC_CHECK,
  6. [echo checking if __STDC__ defined
  7. AC_TEST_CPP([#ifdef __STDC__
  8. #include <nonexistent.h>
  9. #endif], [U=_])AC_SUBST(U)])
  10.